ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewItemResult<T> Class / Data Property

In This Topic
    Data Property
    In This Topic
    The data of the operated item.
    Syntax
    'Declaration
     
    Public Property Data As T
    public T Data {get; set;}
    See Also